Introduction
	Me
	Why CSS is good
	CSS vs. HTML
	Examples of CSS
		plain document
		document plus styles
		document plus other styles

CSS mechanics
	Embedding CSS in HTML
	LINKing and @importing
	Rule syntax
	Selectors: element, class/id, CSS2
	Grouping (both ways)
	Inheritance
	The cascade
	External/internal and the cascade
	Box model
	Line box model

-- Q&A session --

-- break --

Using CSS
	Styling a site
	Special-casing a page
	Using CSS with SSIs

Support
	Ways to use CSS freely
		Properties which are (un)safe
		"easily degradable" pages
		Choosing selectors wisely
	Ways to deal with broken browsers
		Javascript
		LINK/@import
		CSS/HTML blends
		"Disable CSS" warnings
	Common bugs/problems and ways to cope
		Javascript in NN4
		Underscores and digits
		onResize reload trick in NN4
		Printing with line-height in NN4
		URLs and NN4
		font-weight and NN4

-- Q&A session --

Where we're headed
	CSS1 vs. CSS2
	Cool stuff with CSS2
		Frame-like layouts
		Alternate-media CSS (print/paged)
		Generated content (with XML, too)
		Miscellaneous neat stuff
